chore: add bugs metadata to eslint-plugin-query#449
Conversation
|
Greptile SummaryAdds the missing
Confidence Score: 5/5This is a safe, metadata-only change with no impact on runtime behavior or package functionality. A single bugs.url key is added to package.json. The URL matches the value used by every other package in the monorepo that already has this field, and no code, build configuration, or tests are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[packages/eslint-plugin-query/package.json] --> B["Add 'bugs' field"]
B --> C["url: https://github.com/OpenAPI-Qraft/openapi-qraft/issues"]
C --> D[npm exposes issue tracker URL]
D --> E[Consistent with other monorepo packages]
Reviews (2): Last reviewed commit: "chore: add bugs metadata to eslint-plugi..." | Re-trigger Greptile |
9f97f18 to
b98b289
Compare
|
Thank you for your contribution, but... |
This PR adds the missing \�ugs.url\ metadata to \packages/eslint-plugin-query/package.json, as identified in charles-microbounties#952.
This ensures the canonical issue tracker is correctly exposed on npm.